From 6f8f6d0984e3ac25c7c3be17d705b36a1ec4b8a6 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Wed, 18 Nov 2015 13:39:45 +0100 Subject: [PATCH] Fix a typo --- src/doc/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 19548433b..83130d410 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -321,7 +321,7 @@ The usage of features is subject to a few rules: 2. With the exception of the `default` feature, all features are opt-in. To opt out of the default feature, use `default-features = false` and cherry-pick individual features. -3. Feature groups are not allowed to cyclicly depend on one another. +3. Feature groups are not allowed to cyclically depend on one another. 4. Dev-dependencies cannot be optional 5. Features groups can only reference optional dependencies 6. When a feature is selected, Cargo will call `rustc` with -- 2.30.2